home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / aa_m68k_Only / DistributedText_Beta_0.8.app / English.lproj / remoteText.nib / data.classes next >
Encoding:
Text File  |  1993-07-25  |  555 b   |  37 lines

  1. TextViewManager = {
  2.     ACTIONS = {
  3.     appWillTerminate:;
  4.     setAndBroadcastNewWords:;
  5.     showCommander:;
  6.     updateAndBroadcast:;
  7.     appendTextRequest:;
  8.     saveRequestedToMaster:;
  9.     appDidInit:;
  10.     openFileRequest:;
  11.     valideLockOnSelection:;
  12.     splitView:;
  13.     closeCurrentFile:;
  14.     localSaveRequested:;
  15.     };
  16.     OUTLETS = {
  17.     win;
  18.     openReq;
  19.     clientList;
  20.     openedFileList;
  21.     server;
  22.     locksOnFileList;
  23.     stringSet;
  24.     splitView;
  25.     lView;
  26.     pView;
  27.     currentClient;
  28.     documentMaster;
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. FirstResponder = {
  33.     ACTIONS = {
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37.